home *** CD-ROM | disk | FTP | other *** search
- <%
- response.cookies("servername") = request("server")
- response.cookies("dsn") = request("dsn")
- response.cookies("pagesize") = request("pagesize")
- response.redirect "default.htm"
- %>
- <html>
- <head><title>Submit Setup</title></head>
- <body>
- <p align="center">
- If you're viewing this page, your browser doesn't support redirection. </p>
- <p align="center">
- Click <a href="default.htm">here</a> to go to the Home Page. </p>
- </body></html>
-